home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / lang / help_com.hqx / Help Compiler.pit / Help Compiler.rsrc / HTXT_2_Formats_ < prev    next >
Encoding:
Text File  |  1988-06-04  |  1.3 KB  |  37 lines

  1.     The input format of the help compiler is simple.
  2. There is a heading, and as many catagories as you
  3. choose to enter. 
  4.     The heading begins with %%, and optionally
  5. contains both the font and font size which will be
  6. used to display the help text. Note that if either the
  7. font or the size are not available at run time, the
  8. system will default both.
  9.     After the header section comes the help catagory
  10. sections. These begin with a single %, followed
  11. by the name of the help catagory. The following lines 
  12. contain the text which will be displayed when the
  13. user selects this catagory. This text is terminated
  14. either by the start of another catagory, or by the end
  15. of the input file. 
  16.     In the text, you can specify that words or phrases 
  17. are emphasized (like some of the words in this
  18. text) by surrounding them by escape sequences. The
  19. following sequences are recognized:
  20. 
  21.     Ñ \b        Bold
  22.     Ñ \ c        Condense
  23.     Ñ \@x        Extend
  24.     Ñ \o        Outline
  25.     Ñ \i        Italic
  26.     Ñ \s    Shadow
  27.     Ñ \e        Terminate Escape
  28.     Ñ \\    Show a single \
  29. 
  30. You can make combinations of these by just using
  31. both before the emphasized text. For example, to get
  32. Bold and Italic, type
  33.     \b\iBold and Italic\e.
  34.     If you choose a font which is not one of the 
  35. required fonts, be sure to include it in the application
  36. file.
  37.